if [ -d /usr/bin ]; then
   export FOO="YOU"
else
   echo "You're screwed... (betcha you'll see what I mean soon)"
fi
