<?php
$blog = get_blog();
echo $blog['status'] .'<br />';
echo $blog['type'] == 'CI Based CMS' ? 'Yes' : 'No';
?>

Output:
'Coming Soon'
'Yes'