Just to let every know "else" doesn't work with config constants. But you can still do flash builder only things with 1 config constant with the ! operator
CONFIG::IN_FLASH_PROFESSIONAL
{
// happens only in flash pro
}
!CONFIG::IN_FLASH_PROFESSIONAL
{
// happens only in flash builder
}