if brctl --help | grep -q "addbr"; then
brctl can be installed and will answer even if no bridge exists.
You'd be better off checking if /proc/sys/net/bridge-nf-call-iptables exists or not.
If it does, a bridge is active.
Francisco
Alright, ill start working on that now
Thanks