LED doesnt turn ON (or OFF)

PORTB &= (1 << LED);

This does not work for definitions of LED greater than 7, so you have to connect your LED to another pin or change the code to use the standard digitalWrite() calls.